mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-21 17:27:13 +01:00
more portable shebang
This commit is contained in:
parent
f7ccb0fa50
commit
4a261456bc
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Pull in changes and make new symlinks
|
||||
#
|
||||
@ -47,7 +47,7 @@ echo "$(tput sgr0)" # reset
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
for file in $files; do
|
||||
rm ~/.$file
|
||||
rm ~/.$file
|
||||
done
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
#
|
||||
@ -59,4 +59,4 @@ rvm cleanup all
|
||||
echo "$(tput setaf 64)" # green
|
||||
echo "-------------------------------"
|
||||
echo " ✓ all done"
|
||||
echo "$(tput sgr0)" # reset
|
||||
echo "$(tput sgr0)" # reset
|
||||
|
Loading…
Reference in New Issue
Block a user