3 time the charm

This commit is contained in:
Jinux
2021-07-06 19:18:23 +00:00
committed by Kieron
parent ad8e80913a
commit 2939afa729
13 changed files with 126 additions and 161 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
echo > checksums.md5
for directory in $(find src/ -maxdepth 10 -type d); do
for filename in $directory/*.pas; do