This website requires JavaScript.
Explore
Help
Sign In
valerie
/
winure
Watch
1
Star
0
Fork
You've already forked winure
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
70eedcfc3e
winure
/
scripts
/
dos.sh
9 lines
70 B
Bash
Raw
Normal View
History
Unescape
Escape
scripts: added new scripts 'dos' and 'terminal'
2024-06-14 08:51:02 -04:00
#!/usr/bin/bash
scripts: dos.sh now runs with or without args
2024-06-25 09:50:42 -04:00
if
[
"
$#
"
-eq
0
]
;
then
pwsh
else
pwsh -C
"
$@
"
fi
scripts: added new scripts 'dos' and 'terminal'
2024-06-14 08:51:02 -04:00
Reference in a new issue
Copy permalink