Skip to content

Commit

Permalink
feat: add os-shell to expand the user SHELL
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Dec 19, 2023
1 parent 7a99469 commit dee3734
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions includes.container/usr/bin/os-shell
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

target_shell=$(echo $SHELL)
exec "$target_shell" "$@"

0 comments on commit dee3734

Please sign in to comment.