"vscode:/vscode.git/clone" did not exist on "a75aabad1e455dcbf62891ba7370f6c0ea1108b2"
Commit 774c4eca authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Revert "Fix pj() function when no project has been specified"

This reverts commit 7d298a30.
parent 24ac1aa3
......@@ -14,11 +14,6 @@ pj () {
project=$*
fi
if [[ -z "$project" ]]; then
echo "You have to specify a project name."
return
fi
for basedir ($PROJECT_PATHS); do
if [[ -d "$basedir/$project" ]]; then
$cmd "$basedir/$project"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment