emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/cpio-mode d15c60c 53/61: Deleted obsolete file.


From: Stefan Monnier
Subject: [elpa] externals/cpio-mode d15c60c 53/61: Deleted obsolete file.
Date: Fri, 11 Jan 2019 15:25:36 -0500 (EST)

branch: externals/cpio-mode
commit d15c60c960fae1bb9ea75b7a726f03b16b455935
Author: dlewan <address@hidden>
Commit: GitHub <address@hidden>

    Deleted obsolete file.
---
 test_data/alphabet/aaa.sh | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/test_data/alphabet/aaa.sh b/test_data/alphabet/aaa.sh
deleted file mode 100644
index 378a557..0000000
--- a/test_data/alphabet/aaa.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-declare -i ct=0
-for l in ${letters} ; do 
-    for outFile in ${l} ${l}${l} ${l}${l}${l} ${l}${l}${l}${l} 
${l}${l}${l}${l}${l} ; do
-       ((ct++))
-       echo > ${outFile}
-       for ((i=0;i<ct;i++)) ; do 
-           printf ${l} >> ${outFile} ; 
-       done ; echo >> ${outFile} ; 
-    done ; 
-done



reply via email to

[Prev in Thread] Current Thread [Next in Thread]