This repository has been archived on 2023-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
libcwtch-go/switch-gomobile.sh

6 lines
161 B
Bash
Executable File

#!/bin/sh
sed -i "s/^\/\/package cwtch/package cwtch/" lib.go
sed -i "s/^package main/\/\/package main/" lib.go
sed -i "s/^func main()/\/\/func main()/" lib.go