mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
5 lines
191 B
Bash
Executable file
5 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
|