Logo
Explore Help
Sign In
george/blackbox
1
0
Fork 0
You've already forked blackbox
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
tlim_quoted
blackbox/bin/blackbox_list_files

12 lines
213 B
Plaintext
Raw Permalink Normal View History

List files that BlackBox is tracking
2015-02-10 16:08:19 -06:00
#!/usr/bin/env bash
#
Update comments and add newly added files to packages.
2015-06-02 15:37:06 +00:00
# blackbox_list_files -- List files that black box is tracking
List files that BlackBox is tracking
2015-02-10 16:08:19 -06:00
#
set -e
Always setting BLACKBOX_HOME This makes the beginning of all files the same and a little simpler. `${0%/*}` turns "/home/user/repository/bin/blackbox_edit" into "/home/user/repository/bin", exactly like basename but without eating a process. Because other scripts needed `$blackbox_home` I made this into a standardard variable that's always available. This also loads _stack_lib.sh always because _blackbox_common.sh requires it.
2015-06-16 13:21:51 -05:00
source "${0%/*}/_blackbox_common.sh"
Random
2016-05-17 12:58:13 -04:00
while IFS= read <&99 -r encodedname; do
echo $encodedname
done 99<"$BB_FILES"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 33ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API