Last active
August 26, 2024 20:16
-
-
Save mistificator/e929d56f86d8fba9d0787e256c934de2 to your computer and use it in GitHub Desktop.
alias for GUI single application run (uses X and TWM)
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/sh | |
alias grun="(x &) && (sleep 0.1s) && (twm &) && (sleep 0.1s) &&" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment