Skip to content

Instantly share code, notes, and snippets.

@lelinhtinh
Last active September 22, 2019 16:53
Show Gist options
  • Save lelinhtinh/83698ee55a812a13b70ab2ce6246bf43 to your computer and use it in GitHub Desktop.
Save lelinhtinh/83698ee55a812a13b70ab2ce6246bf43 to your computer and use it in GitHub Desktop.
Chạy nhiều tiến trình cùng lúc
#!/bin/bash
cd ~/mmm/announcement;npm start & \
cd ~/mmm/jEpub;npm start
#!/bin/bash
gnome-terminal -e '/bin/bash -c "cd ~/mmm/announcement;npm start"'
gnome-terminal -e '/bin/bash -c "cd ~/mmm/jEpub;npm start"'
@lelinhtinh
Copy link
Author

Cấu hình Nautilus

Prefercences > Behavior > Executable Text Files: Ask what to do

Peek 2019-09-22 06-31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment