Arch Linux User Repository
Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
AUR : urxvtcd.git
AUR Package Repositories | click
here
to return to the package base details page
summary
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
urxvtcd.sh
blob: 1bb406532ec0e82860e106dd435755f5e1e89288 (
plain
)
1
2
3
4
5
6
#!/bin/sh
urxvtc
"$@"
if
[
$?
-eq
2
];
then
urxvtd
-q -o -f
urxvtc
"$@"
fi