This website requires JavaScript.
Explore
Help
Sign in
mfocko
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
6
Pull requests
Projects
Releases
Wiki
Activity
6028605f82
dotfiles
/
roles
/
user
/
base
/
files
/
toolbox_name.sh
4 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
chore: rework directory structure Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-08-27 11:43:02 +02:00
#!/bin/sh
Include toolbox name in status Signed-off-by: Matej Focko <me@mfocko.xyz>
2021-03-04 17:04:05 +01:00
cat /run/.containerenv
|
grep -E
'^name='
|
sed -e
's/name=\"\(.*\)\"/\1/'
Reference in a new issue
Copy permalink