This website works better with JavaScript.
Explore
Help
Sign In
vierbergenlars
/
action-manager
Watch
1
Star
0
Fork
You've already forked action-manager
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.
24
Commits
1
Branch
0
Tags
123 KiB
Tag:
Branch:
Tree:
f45c6621c2
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f45c6621c2'
${ noResults }
action-manager
/
command.sh
5 lines
78 B
Raw
Blame
History
#!/bin/bash
$(
echo
"
$1
"
>
"
$2
"
)
&
quit_proc
=
"
$!
"
sleep
1
kill
-9
"
$quit_proc
"
Reference in new issue
View Git Blame
Copy Permalink