Skip to content

Commit 433b828

Browse files
committed
StartingPoint
1 parent 51e5748 commit 433b828

File tree

5 files changed

+11
-999
lines changed

5 files changed

+11
-999
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<p align="center">
2+
<img src="sherpa.png" alt="Sh:erpa Logo"/>
3+
</p>
14

25
### Let's make scripting, a Fun adventure.
36

__paths.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@
1717
/home/andikod/.sherpa/src/commands/test.sh
1818
/home/andikod/.sherpa/src/commands/install.sh
1919
/home/andikod/.sherpa/src/commands/uninstall.sh
20+
/home/andikod/.sherpa/src/commands/update.sh
21+
/home/andikod/.sherpa/src/commands/self_update.sh

bin/sherpa

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,12 +963,12 @@ root="${SCD}/bbr/bin/${box_name}"
963963
exe="$(get_yaml_item "package.executable" "${root}/Sherpa.yaml")"
964964
link="${SDD}/bin/${exe}"
965965
if [ "$#" -ne 2 ]; then
966-
echo "Usage: $0 uninstall <boxName>"
966+
echo "Usage: sherpa uninstall <boxName>"
967967
exit 1
968968
fi
969969
confirm "Do you really want to uninstall ${box_name}?"
970970
br
971-
h2 " Allright, pal, let's clean a little..."
971+
h2 " Allright, let's clean a little..."
972972
br
973973
[[ -L "$link" ]] && rm "$HOME/.sherpa/bin/${exe}"
974974
p "${txtGreen}-${x} Removed symlink: ${em}${exe}${x}"
@@ -978,6 +978,7 @@ remove_yaml_item "$box_name" "$register"
978978
p "${txtGreen}-${x} Removed register entry: ${em}${box_name}${x}"
979979
br
980980
p "${btnSuccess} Done! ${x} ${strong}${box_name}${x} just left the camp"
981+
br
981982
fi
982983
if [[ "$1" == "update" ]]; then # update
983984
boxName="$2"

0 commit comments

Comments
 (0)