Add files via upload
This commit is contained in:
parent
254a66ecff
commit
26cc3d7cce
4 changed files with 39 additions and 3 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2024 Samuel Lord
|
Copyright (c) 2023 Samuel Lord
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
1
install-depends.sh
Normal file
1
install-depends.sh
Normal file
|
@ -0,0 +1 @@
|
||||||
|
sudo apt install ffmpeg wget curl bc
|
|
@ -8,7 +8,9 @@ cd img/
|
||||||
# Find and delete images not divisible by 2
|
# Find and delete images not divisible by 2
|
||||||
find . -type f -exec bash -c 'if [ $(identify -format "%h" "{}")%2 -ne 0 ]; then rm "{}"; fi' \;
|
find . -type f -exec bash -c 'if [ $(identify -format "%h" "{}")%2 -ne 0 ]; then rm "{}"; fi' \;
|
||||||
|
|
||||||
|
|
||||||
|
# Find files with 0 size
|
||||||
|
find . -type f -size 0 -delete
|
||||||
|
|
||||||
# Return to the original directory (optional)
|
# Return to the original directory (optional)
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
find img -type f -size 0 -delete
|
|
||||||
|
|
33
script-keywords.txt
Normal file
33
script-keywords.txt
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
there,
|
||||||
|
|
||||||
|
off,
|
||||||
|
|
||||||
|
let's
|
||||||
|
|
||||||
|
did
|
||||||
|
|
||||||
|
let's
|
||||||
|
|
||||||
|
conclusion,
|
||||||
|
enthusiasts!
|
||||||
|
|
||||||
|
talk
|
||||||
|
|
||||||
|
into
|
||||||
|
|
||||||
|
mention
|
||||||
|
|
||||||
|
into
|
||||||
|
|
||||||
|
enthusiasts,
|
||||||
|
wondered
|
||||||
|
|
||||||
|
speed.
|
||||||
|
|
||||||
|
Chromebooks
|
||||||
|
|
||||||
|
Chromebooks
|
||||||
|
|
||||||
|
Chromebooks
|
||||||
|
|
||||||
|
aren't
|
Loading…
Reference in a new issue