all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 5121cbb69b2b417ae7b44bad0d6915ab1372b793 130 bytes (raw)
name: talks/jres-2022/do-clean.sh 	 # note: path name is non-authoritative(*)

1
2
3
4
5
6
 
#!/usr/bin/env bash

for ext in vrb aux log nav out snm toc;
do
    find src/ -name "*.${ext}" -type f -print -exec rm {} \;
done

debug log:

solving 5121cbb ...
found 5121cbb in https://yhetil.org/guix/20220620035132.3461-1-zimon.toutoune@gmail.com/

applying [1/1] https://yhetil.org/guix/20220620035132.3461-1-zimon.toutoune@gmail.com/
diff --git a/talks/jres-2022/do-clean.sh b/talks/jres-2022/do-clean.sh
new file mode 100755
index 0000000..5121cbb

Checking patch talks/jres-2022/do-clean.sh...
Applied patch talks/jres-2022/do-clean.sh cleanly.

index at:
100755 5121cbb69b2b417ae7b44bad0d6915ab1372b793	talks/jres-2022/do-clean.sh

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.