Skip to content

Commit

Permalink
Add example test to ensure fix works
Browse files Browse the repository at this point in the history
This test will removed before merging.
  • Loading branch information
Mab879 committed Jul 2, 2024
1 parent d1a624f commit da508ab
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 da508ab

Please sign in to comment.