-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STY: update shellcmd shell=true option variables to not explicity ref…
…erence Bash Since shell=true does not necessarily run cmds through a Bash shell always
- Loading branch information
1 parent
fa1c645
commit eb5d68b
Showing
3 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/sh | ||
|
||
# This script can be called by a PyDMShellCommand widget, | ||
# allowing it to make use of command chaining and other Bash features. | ||
# allowing it to make use of command chaining and other shell features. | ||
echo "Hello World!" && echo "Hello Again!" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters