Script to set up plenv and then run displays.pl

This commit is contained in:
John Mertz 2024-07-18 16:54:45 -06:00
parent 0e737d410f
commit 46247c9fa1
1 changed files with 9 additions and 0 deletions

9
sway/restore_display.sh Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
OLDPWD=$OLDPWD
PWD=$PWD
cd $HOME/scripts/sway/
source ~/.dotfiles/bash/plenv-path.sh
perl -Ilocal/lib/perl5/5.38.2 displays.pl
cd $OLDPWD
cd $PWD