Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Child Process error (fix i have found) #324

Open
joe90a opened this issue Apr 14, 2022 · 0 comments
Open

Child Process error (fix i have found) #324

joe90a opened this issue Apr 14, 2022 · 0 comments
Assignees

Comments

@joe90a
Copy link

joe90a commented Apr 14, 2022

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants