Skip to content

Instantly share code, notes, and snippets.

@rwetzlmayr
Last active December 8, 2015 12:04
Show Gist options
  • Save rwetzlmayr/8643516140ea22dc30aa to your computer and use it in GitHub Desktop.
Save rwetzlmayr/8643516140ea22dc30aa to your computer and use it in GitHub Desktop.
# create partial file list for checksums.txt
cd textpattern/vendors/Textpattern && find .. -type f -name \*.php|cut -b 3-|sed "s/.*/\\0: .123456789.123456789.123456789.1/"
# do copy & paste
# later... create checksums
php -f ../../textpattern-toolbelt/release/checksums.php . > checksums.new.txt && mv checksums.new.txt checksums.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment