Compare commits
1 Commits
main
...
practice1_
Author | SHA1 | Date |
---|---|---|
Daniil Telegin | f27349e6b3 | 2 years ago |
@ -0,0 +1,2 @@ |
||||
#!/usr/bin/env sh |
||||
dd conv=notrunc oflag='append' if=data of=data bs=c count=$(wc --bytes < data) |
Loading…
Reference in new issue