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
fa68b5692736c1e3f3e51cf1a02b8ad3b70d15a0
blackbox/bin/blackbox_list_files

9 lines
148 B
Plaintext
Raw 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"
blackbox_list_files: Only list files. No extra text. (Makes it easier to work with grep and other utilities)
2015-02-16 16:16:40 +00:00
cat "$BB_FILES"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 401ms Template: 6ms
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