Skip to content

Commit

Permalink
- Cleaned up interactive example command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer Ahl committed Aug 29, 2018
1 parent 6455642 commit 23fc39b
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions examples/commands/interactive.sh
Original file line number Diff line number Diff line change
@@ -1,28 +1,8 @@
#!/usr/bin/env bash

up:packages () {
echo "up:packages ($*)"
}

up:modules () {
echo "up:modules ($*)"
}

interactive () {
echo "interactive ($*)"
echo -n "Enter your name: "
read -r name
echo "Thanks ${name:?}!"
}

down:packages () {
echo "down:packages ($*)"
}

down:modules () {
echo "down:modules ($*)"
}

down () {
echo "up ($*)"
}

0 comments on commit 23fc39b

Please sign in to comment.