This website requires JavaScript.
Explore
Help
Sign in
cyplo
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b8a009c39b
dotfiles
/
tools
/
launch_nicely.sh
4 lines
44 B
Bash
Raw
Normal View
History
Unescape
Escape
nice launcher added
2014-02-08 15:26:59 +00:00
#!/bin/sh
launch_nicely now properly passes down all arguments
2014-02-08 15:33:40 +00:00
time
nice -n
19
ionice -c
3
"
$@
"
nice launcher added
2014-02-08 15:26:59 +00:00
Reference in a new issue
Copy permalink