1
0
mirror of https://github.com/termux/termux-app synced 2024-06-15 05:46:37 +00:00
termux-app/art/generate-feature-graphic.sh
2016-12-29 22:29:37 +01:00

6 lines
191 B
Bash
Executable File

#!/bin/bash
echo "Generating feature graphics to ~/termux-icons/termux-feature-graphic.png..."
mkdir -p ~/termux-icons/
rsvg-convert feature-graphic.svg > ~/termux-icons/feature-graphic.png