Skip to content

Commit

Permalink
feat: add internal command forever
Browse files Browse the repository at this point in the history
  • Loading branch information
whatwewant committed Apr 27, 2023
1 parent f9374b1 commit f9ba6a3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions commands/_internal/forever
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/bin/bash

help() {
echp "Forever run command"
echo ""
echo "Usage:"
echo " zmicro forever <command ...>"
}

core() {
os::forever "$@"
}

run() {
core "$@"
}

run "$@"

0 comments on commit f9ba6a3

Please sign in to comment.