Script to set up plenv and then run displays.pl
This commit is contained in:
parent
0e737d410f
commit
46247c9fa1
|
@ -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
|
Loading…
Reference in New Issue