diff options
author | AnInternetTroll <lucafulger@gmail.com> | 2022-01-29 11:09:55 +0000 |
---|---|---|
committer | AnInternetTroll <lucafulger@gmail.com> | 2022-01-29 11:09:55 +0000 |
commit | a6756c60d5481e6b679cbca0369c0d56076de95c (patch) | |
tree | 5cad5d70d48ada42afccb8a8b4b20e66e41d3f74 /bootstrap.sh | |
parent | ffefde9b4f0a02df8b25d9eb28d7ffbb9648b0e2 (diff) | |
download | dotfiles-a6756c60d5481e6b679cbca0369c0d56076de95c.tar dotfiles-a6756c60d5481e6b679cbca0369c0d56076de95c.tar.gz dotfiles-a6756c60d5481e6b679cbca0369c0d56076de95c.tar.bz2 dotfiles-a6756c60d5481e6b679cbca0369c0d56076de95c.tar.lz dotfiles-a6756c60d5481e6b679cbca0369c0d56076de95c.tar.xz dotfiles-a6756c60d5481e6b679cbca0369c0d56076de95c.tar.zst dotfiles-a6756c60d5481e6b679cbca0369c0d56076de95c.zip |
Change from shell script to bash script
Diffstat (limited to '')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index b7ce765..7742d5b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash SYMLINKDIR=$(readlink -f "$0") BASEDIR=$(dirname "$SYMLINKDIR") |