Adds sesh to user bin
This commit is contained in:
10
sesh
Executable file
10
sesh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# Check if no parameter is provided
|
||||
if [ $# -eq 0 ]; then
|
||||
echo "Error: No parameter provided. Please provide a session."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Echo the provided session parameter
|
||||
echo "Session: $1"
|
||||
flatpak run org.wezfurlong.wezterm start ~/linux-setup/tmux-sessions/$1.sh
|
||||
Reference in New Issue
Block a user