I hereby claim:
- I am creeper-0910 on github.
- I am omoti_yukkuri (https://keybase.io/omoti_yukkuri) on keybase.
- I have a public key ASBoNVeVSVLBdBASHm_wIStjmTw-qv3UN1VCJTE09M_zGQo
To claim this, I am signing this object:
[Desktop Entry] | |
Version=0.1.565 | |
Type=Application | |
Exec=sh -c "~/.local/lib/OpenUtau/OpenUtau" | |
Name=OpenUtau | |
Icon=openutau | |
Categories=AudioVideo;Audio;Midi;Multimedia; |
#! /bin/bash | |
mkdir -p ~/.local/lib | |
mkdir -p ~/.local/share/pixmaps | |
mkdir -p ~/.local/lib/OpenUtau | |
echo "Downloading OpenUtau..." | |
wget -q https://github.com/stakira/OpenUtau/releases/latest/download/OpenUtau-linux-x64.zip -O /tmp/ou.zip --show-progress | |
echo "Installing..." | |
unzip -u /tmp/ou.zip -d ~/.local/lib/OpenUtau | |
echo "Retrieving icon..." | |
wget -q https://raw.githubusercontent.com/stakira/OpenUtau/master/Logo/openutau.svg -O ~/.local/share/pixmaps/openutau.svg --show-progress |
@echo off | |
setlocal enabledelayedexpansion | |
cd /d %~dp0 | |
if "%~1" EQU "" ( | |
dir /b /s /a-d score\musicxml > xml.list | |
) else ( | |
copy %~1 %CD%\score\musicxml\ | |
echo %~nx1 > xml.list | |
) |
I hereby claim:
To claim this, I am signing this object: