Skip to content

Commit 0f5f821

Browse files
authored
apptainer
1 parent 8628c47 commit 0f5f821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Linux/.bashrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ if [ -f ~/.bash_aliases ]; then
9797
. ~/.bash_aliases
9898
fi
9999
alias 7z_archive='7z a -t7z -mx="9" -mmt="$(($(nproc)+1))" -bsp1 -bt $1 $2'
100+
alias apptainer_run='unshare -r apptainer run --allow-setuid --keep-privs --writable'
100101
alias bat='batcat'
101102
alias benchmarkQ='curl -qfsSL bench.sh | bash'
102103
alias benchmarkX='curl -qfsSL yabs.sh | bash -s -- -i'

0 commit comments

Comments
 (0)