Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
d0026761
Commit
d0026761
authored
Mar 28, 2019
by
rinpatch
Browse files
cringe
parent
dfae0050
Pipeline
#9594
passed with stages
in 4 minutes and 57 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/.Clients.md.swp
deleted
100644 → 0
View file @
dfae0050
File deleted
docs/fuckgitlablol.sh
deleted
100755 → 0
View file @
dfae0050
#!/bin/sh
lstr
=
`
ls
-A1
*
.md
`
readarray
-t
lsarr
<<<
"
$lstr
"
for
i
in
"
${
lsarr
[@]
}
"
do
:
echo
$i
title
=
`
echo
$i
|
sed
's/-/\ /g'
|
sed
's/\.md//g'
`
echo
$title
echo
-e
"#
$title
\n
$(
cat
$i
)
"
>
$i
done
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment