latest hacks
This commit is contained in:
12
20200627.videosort/makefile.archive
Executable file
12
20200627.videosort/makefile.archive
Executable file
@@ -0,0 +1,12 @@
|
||||
SNEAK_KEY_ID := 5539AD00DE4C42F3AFE11575052443F4DF2A55C2
|
||||
|
||||
check:
|
||||
gpg SHASUMS.sig && shasum -c SHASUMS
|
||||
|
||||
par:
|
||||
par2 create -v -u -m2000 -rm250000 iphone.stills.par2 *.gpg
|
||||
|
||||
gen:
|
||||
rm -f .DS_Store SHASUMS
|
||||
find . -type f -exec shasum {} \; | tee SHASUMS
|
||||
gpg -u $(SNEAK_KEY_ID) -a --output SHASUMS.sig --detach-sig SHASUMS
|
||||
Reference in New Issue
Block a user