Skip to content

Commit

Permalink
Add an example test to ensure that workflow will work.
Browse files Browse the repository at this point in the history
This will removed via rebase before merging.
  • Loading branch information
Mab879 committed Jul 2, 2024
1 parent 0ab9cc1 commit db8d5d2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

if grep -q 'tmux\s*$' /etc/shells ; then
sed -i '/tmux\s*$/d' /etc/shells
fi

0 comments on commit db8d5d2

Please sign in to comment.