This website requires JavaScript.
Explore
Help
Sign In
janek
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
109db5cebb
dotfiles
/
.local
/
bin
/
scripts
/
flash
6 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
bin: script adjustments
2023-12-01 16:17:35 +00:00
#!/bin/sh
lsblk $2
bin: odd bits and additions
2024-01-12 16:53:41 +00:00
echo -n "Flash $1? "
bin: script adjustments
2023-12-01 16:17:35 +00:00
read
sudo dd if=$1 of=$2 status=progress bs=1M