Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
daily-scripts
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
daily-scripts
Commits
00244fc2
There was an error fetching the commit references. Please try again later.
Commit
00244fc2
authored
2 weeks ago
by
Recolic
Browse files
Options
Downloads
Patches
Plain Diff
.bugfix for new fish 4.x
parent
b5e983ad
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mybin/proxy.fish
+2
-2
2 additions, 2 deletions
mybin/proxy.fish
with
2 additions
and
2 deletions
mybin/proxy.fish
+
2
−
2
View file @
00244fc2
...
...
@@ -2,7 +2,7 @@
# v1.04.202412
function list_possible_nodename
set nextcloud_root $HOME/
?
ext
?
loud
set nextcloud_root $HOME/
(ls $HOME | grep -i n
ext
c
loud
| head -n1)
set possible_path $nextcloud_root/workspace/impl/proxy/comm100-nodes/
# echo ss
ls $possible_path/*.json | sed 's|^.*/||g' | sed 's/.json//g'
...
...
@@ -66,7 +66,7 @@ set node $argv[1]
set port $argv[2]
set mypath (dirname (status --current-filename))
set nextcloud_root $HOME/
?
ext
?
loud
set nextcloud_root $HOME/
(ls $HOME | grep -i n
ext
c
loud
| head -n1)
set possible_path $nextcloud_root/workspace/impl/proxy/comm100-nodes/$node.json
if test -f $node
echo "Using $node..."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment