didnt rename tui properly
This commit is contained in:
parent
366f728cf2
commit
8180560937
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ int main(int num_arg, char **args)
|
||||||
|
|
||||||
if (num_arg <= 1)
|
if (num_arg <= 1)
|
||||||
{
|
{
|
||||||
system("/bin/sh /home/linux/Documents/Projects/quadratic/quadratic-tui"); //! need a better solution
|
system("/bin/sh /home/linux/Documents/Projects/quadratic/quadratic-tui.sh"); //! need a better solution
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue