This website requires JavaScript.
Explore
Help
Register
Sign In
painpain
/
svr
Watch
1
Star
0
Fork
0
You've already forked svr
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c18d636ccafcb053f08c9cee674e11b3125f1b41
svr
/
usr
/
bin
/
catbin
T
12 lines
108 B
Bash
Raw
Normal View
History
Unescape
Escape
.git broken, restart
2026-01-23 08:55:18 +01:00
#!/usr/bin/bash
catbin args exit if $# -lt 1
2026-01-24 16:31:11 +01:00
if
[
"
$#
"
-lt
1
]
;
then
.git broken, restart
2026-01-23 08:55:18 +01:00
echo
"
Usage:
$0
arg1
"
exit
1
fi
cat
$(
which
$1
)
exit
0
Reference in New Issue
Copy Permalink