This commit is contained in:
kyodev 2017-06-02 00:01:52 +02:00
parent 5ac4aa399d
commit bdd8a47fa6
2 changed files with 0 additions and 16 deletions

View File

@ -1,13 +0,0 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=mkdocs server
Name[fr]=serveur mkdocs
Comment=test a local mkdocs
Comment[fr]=test un mkdocs local
GenericName=lanceur serveur local mkdocs
GenericName[fr]=lanceur serveur local mkdocs
Exec=x-terminal-emulator -e "bash -c 'mkdocs serve'"
Terminal=yes
StartupNotify=true
Path=/home/kyodev/kyopages

View File

@ -1,3 +0,0 @@
#!/bin/bash
x-terminal-emulator -e "bash -c 'mkdocs serve'"