You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i recently found a slight fix of the error of the child process.
make a .sh file and add:
#! /bin/bash
chmod u+x lscript.sh
cd /usr/bin/lscript
./l
assuming you have installed lscript normally if not change the /usr/bin/lscript to where you installed lscript
place the .sh file in your user. Type:
sudo ./example.sh
This will allow you to run lscript without the child process error but you need to do sudo ./example.sh everytime you want to run the shorcut
The text was updated successfully, but these errors were encountered:
i recently found a slight fix of the error of the child process.
make a .sh file and add:
#! /bin/bash
chmod u+x lscript.sh
cd /usr/bin/lscript
./l
assuming you have installed lscript normally if not change the /usr/bin/lscript to where you installed lscript
place the .sh file in your user. Type:
sudo ./example.sh
This will allow you to run lscript without the child process error but you need to do sudo ./example.sh everytime you want to run the shorcut
The text was updated successfully, but these errors were encountered: