Skip to content

Instantly share code, notes, and snippets.

View linghengqian's full-sized avatar
💭
I may be slow to respond.

Ling Hengqian linghengqian

💭
I may be slow to respond.
View GitHub Profile
@raphw
raphw / run.sh
Last active February 18, 2024 08:48
Runs Mockito on Graal VM
#!/bin/bash
set -x
set -e
if [[ -z $1 ]]; then
echo "Specify location of Graal VM as first argument"
exit 1
fi
$1/bin/gu install native-image
rm -rf META-INF sample sample.build_artifacts.txt Sample.* *.jar
echo "public class Sample {