Last active
September 22, 2019 16:53
-
-
Save lelinhtinh/83698ee55a812a13b70ab2ce6246bf43 to your computer and use it in GitHub Desktop.
Chạy nhiều tiến trình cùng lúc
This file contains hidden or 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
#!/bin/bash | |
cd ~/mmm/announcement;npm start & \ | |
cd ~/mmm/jEpub;npm start |
This file contains hidden or 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
#!/bin/bash | |
gnome-terminal -e '/bin/bash -c "cd ~/mmm/announcement;npm start"' | |
gnome-terminal -e '/bin/bash -c "cd ~/mmm/jEpub;npm start"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cấu hình Nautilus
Prefercences > Behavior > Executable Text Files: Ask what to do