This website works better with JavaScript.
Explore
Help
Sign In
vierbergenlars
/
xmonad
Watch
1
Star
0
Fork
You've already forked xmonad
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6
Commits
1
Branch
0
Tags
224 KiB
Haskell
63.9%
Shell
25.9%
C
10.2%
Tag:
Branch:
Tree:
8a4d508aa0
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8a4d508aa0'
${ noResults }
xmonad
/
action-manager
/
command.sh
5 lines
96 B
Raw
Blame
History
#!/bin/bash
cat /dev/stdin
|
$(
cat /dev/stdin >
"
$1
"
)
&
quit_proc
=
"
$!
"
sleep
1
kill
"
$quit_proc
"
Reference in new issue
View Git Blame
Copy Permalink