This website works better with JavaScript.
Explore
Home
Help
Sign In
SolitudeSF
/
dot
Watch
1
Star
0
Fork
You've already forked dot
0
Code
Releases
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.
7
Commits
1
Branch
0
Tags
5.3 MiB
Python
70.7%
Shell
22.4%
Nim
4%
JavaScript
1.7%
CSS
1.2%
Tree:
f69c80b9f6
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f69c80b9f6'
${ noResults }
dot
/
bin
/
ddd
3 lines
88 B
Raw
Blame
History
#!/bin/sh
[
"
$(
id -u
)
"
=
0
]
||
_sudo
=
sudo
[
$#
=
2
]
&&
exec
$_sudo
dd
if
=
"
$1
"
of
=
"
$2
"
Copy Permalink