This website works better with JavaScript.
Explore
Help
Sign In
Shiz
/
kiekus
Watch
1
Star
0
Fork
You've already forked kiekus
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
KIEKjes Upload System
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.
2
Commits
1
Branch
0
Tags
234 KiB
Shell
100%
Tag:
Branch:
Tree:
main
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'main'
${ noResults }
kiekus
/
kiekpush-file
4 lines
88 B
Raw
Permalink
Blame
History
#!/bin/sh
set
-e
[
-d
"
$1
"
]
||
mkdir -p
"
$1
"
(
cd
"
$1
"
&&
tar -vxz
|
sed -e
's#^./##g'
)
Reference in new issue
View Git Blame
Copy Permalink