Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Update verx
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx authored May 7, 2021
1 parent e2c69bc commit d5d586c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions verx
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ current() {
fi
}

sm() {
ruby /home/sm/v_checker.rb -c
}

sm_upg() {
ruby /home/sm/upg.rb
}

while (($#)); do
case "$1" in

Expand All @@ -62,16 +54,6 @@ while (($#)); do
exit 0
;;

--sm)
sm
exit 0
;;

--upg)
sm_upg
exit 0
;;

esac

case "$2" in
Expand Down

0 comments on commit d5d586c

Please sign in to comment.