This website works better with JavaScript.
Home
Help
Sign In
SolitudeSF
/
dot
Watch
1
Star
0
Fork
0
Code
Releases
0
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.
44
Commits
1
Branch
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
dot
/
bin
/
ddd
ddd
88B
Raw
Permalink
Blame
History
1
2
3
#!/bin/sh
[ "$(id -u)" = 0 ] || _sudo=sudo
[ $# = 2 ] && exec $_sudo dd if="$1" of="$2"