0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 22:22:43 -05:00

Remove unused code from manage.sh

This commit is contained in:
Andrey Antukh 2017-02-21 11:25:23 +01:00
parent 835dcb15d7
commit f92df1d171
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -31,7 +31,7 @@ function run_image {
} }
function usage { function usage {
echo "USAGE: $0 [ build | run | start ]" echo "USAGE: $0 [ build | run]"
} }
case $1 in case $1 in
@ -41,10 +41,6 @@ case $1 in
run) run)
run_image run_image
;; ;;
start)
start_local
;;
*) *)
usage usage
;; ;;