FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
adjuster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Silas S. Brown
adjuster
Commits
b4ae2f00
Commit
b4ae2f00
authored
5 years ago
by
Silas S. Brown
Browse files
Options
Downloads
Patches
Plain Diff
Remove git-sync.sh (updates now done by homepage/Makefile itself)
parent
82ecddeb
No related branches found
Branches containing commit
Tags
v0.302
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
git-sync.sh
+0
-57
0 additions, 57 deletions
git-sync.sh
with
0 additions
and
57 deletions
git-sync.sh
deleted
100755 → 0
+
0
−
57
View file @
82ecddeb
#!/bin/bash
git pull
--no-edit
wget
-N
http://ssb22.user.srcf.net/adjuster/adjuster.py
wget
-N
http://ssb22.user.srcf.net/adjuster/annogen.py
wget
-N
http://ssb22.user.srcf.net/adjuster/termlayout.py
wget
-N
http://ssb22.user.srcf.net/adjuster/tmux-annotator.sh
(
awk
--
'BEGIN {p=1} /Options for Web Adjuster/ {p=0} // {if(p) print}'
< README.md
python adjuster.py
--markdown-options
echo
;
echo
Annotator Generator
command
line
;
echo
===========================
;
echo
COLUMNS
=
32767 python annogen.py
--help
2>/dev/null|sed
-e
's/^ \([^ ]\)/\n`\1/'
-e
's, *,`\n : ,'
-e
's,BEFORE,**before**,g'
-e
's,AFTER,**after**,g'
-e
's,ALWAYS,**always**,g'
-e
's, ALL , **all** ,g'
-e
's, LONG , **long** ,g'
-e
's, NOT , **not** ,g'
-e
's, TOTAL , **total** ,g'
-e
's,DEPRECATED,**Deprecated**,g'
-e
's, WITHOUT , **without** ,g'
-e
's/\(<[^ ]*\)/`\1`/g'
echo
;
echo
Copyright and Trademarks
;
echo
========================
;
echo
cat
<<
EOF
(c) Silas S. Brown, licensed under Apache 2
* Android is a trademark of Google LLC.
* Apache is a registered trademark of The Apache Software Foundation.
* AppEngine is possibly a trademark of Google LLC.
* Apple is a trademark of Apple Inc.
* Firefox is a registered trademark of The Mozilla Foundation.
* Google Play is a trademark of Google LLC.
* Google is a trademark of Google LLC.
* Java is a registered trademark of Oracle Corporation in the US and possibly other countries.
* Javascript is a trademark of Oracle Corporation in the US.
* Linux is the registered trademark of Linus Torvalds in the U.S. and other countries.
* MP3 is a trademark that was registered in Europe to Hypermedia GmbH Webcasting but I was unable to confirm its current holder.
* Mac is a trademark of Apple Inc.
* Microsoft is a registered trademark of Microsoft Corp.
* Python is a trademark of the Python Software Foundation.
* Raspberry Pi is a trademark of the Raspberry Pi Foundation.
* Unicode is a registered trademark of Unicode, Inc. in the United States and other countries.
* Windows is a registered trademark of Microsoft Corp.
* iPhone is a trademark of Apple in some countries.
* Any other trademarks I mentioned without realising are trademarks of their respective holders.
EOF
)
>
n
&&
mv
n README.md
git commit
-am
"Update
$(
echo
$(
git diff|grep
'^--- a/'
|sed
-e
's,^--- a/,,'
)
|sed
-e
's/ /, /g'
-e
's/git-sync.sh/git-sync script/'
-e
's/adjuster.py/Web Adjuster/'
-e
's/annogen.py/Annotator Generator/'
-e
's/termlayout.py/TermLayout/'
)
"
&&
git push
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